home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 69 / Cine Live 69.iso / pc / Data / Interface / allocine.k next >
Encoding:
Text File  |  2002-10-02  |  4.9 KB  |  182 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000152; 
  4.     release Editor:
  5.         IOWindow is {$000001B8,$000000C0,$0000023F,$000002CD,$00000000,$00000000,$00000000,$00000000};
  6.         LayoutWindow is {$000000DF,$00000156,$00000384,$000002EE,$0000002A,$00000043,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oMusic2,
  16.         oPUBALLO3,
  17.         oBouton_sommaire4,
  18.         oInternet6,
  19.         oInternet9,
  20.         oInternet7
  21.     ];
  22.     Events is [
  23.         cOnscreenEvent
  24.         with Flags is $00000004; 
  25.             Commands is [
  26.                 cRunCommand
  27.                 with Flags is $00000004; Target is oMusic2; Rewind is true; end
  28.             ];
  29.         end,
  30.         cKeyboardEvent
  31.         with Test is IsSpace; 
  32.             Commands is [
  33.                 cRunCommand
  34.                 with Flags is $00000004; Mode is Toggle; end
  35.             ];
  36.         end,
  37.         cKeyboardEvent
  38.         with Value is "+"; 
  39.             Commands is [
  40.                 cSetVolumeCommand
  41.                 with Mode is ExecuteHigher; end
  42.             ];
  43.         end,
  44.         cKeyboardEvent
  45.         with Value is "-"; 
  46.             Commands is [
  47.                 cSetVolumeCommand
  48.                 with Flags is $00000004; Mode is ExecuteLower; end
  49.             ];
  50.         end,
  51.         cKeyboardEvent
  52.         with Value is "m"; 
  53.             Commands is [
  54.                 cRunCommand
  55.                 with Flags is $00000004; Target is oMusic2; Mode is Toggle; Rewind is true; end
  56.             ];
  57.         end
  58.     ];
  59. end;
  60.  
  61. object oMusic2 is cSound
  62. with 
  63.     Name is "Music"; 
  64.     
  65.     AdjustX is AlignToCenter; AdjustY is AlignToMiddle; 
  66.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  67.     Looping is true; 
  68.     URL is "data/Sons/4.mp3"; URLOption is GetDiskURL; 
  69.     
  70. end;
  71.  
  72. object oPUBALLO3 is cImage
  73. with 
  74.     Flags is $00000400; 
  75.     Name is "PUBALLO"; 
  76.     Enabled is false; 
  77.     AdjustX is AlignToCenter; AdjustY is AlignToMiddle; 
  78.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  79.     
  80.     URL is "data/Images/PUBALLO.JPG"; URLOption is GetDiskURL; 
  81.     
  82.     
  83. end;
  84.  
  85. object oBouton_sommaire4 is cImage
  86. with 
  87.     Flags is $00000400; 
  88.     Name is "Bouton sommaire"; 
  89.     Shown is false; Cursor is oFingerCursor; 
  90.     X is 629; Y is 573; 
  91.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  92.     
  93.     URL is "data/Images/vid%20sommaire.jpg"; URLOption is GetDiskURL; 
  94.     
  95.     
  96.     Events is [
  97.         cMouseEnterEvent
  98.         with 
  99.             Commands is [
  100.                 cShowCommand
  101.                 with Target is oTargetSelf; end
  102.             ];
  103.         end,
  104.         cMouseLeaveEvent
  105.         with 
  106.             Commands is [
  107.                 cShowCommand
  108.                 with Target is oTargetSelf; Mode is Clear; end
  109.             ];
  110.         end,
  111.         cMouseUpEvent
  112.         with 
  113.             Commands is [
  114.                 cBackCommand
  115.                 with end
  116.             ];
  117.         end
  118.     ];
  119. end;
  120.  
  121. object oInternet6 is cBox
  122. with 
  123.     Flags is $00008151; 
  124.     Name is "Internet"; 
  125.     Region is {$FFFF0064,$00010000,$00800210,$00010000,$00867FFF,$00020086,$018D7FFF,$0003018D,$02107FFF,$003C0000,$00017FFF,$0043020F,$02107FFF,$00790001,$00367FFF,$007A0036,$009F7FFF,$007B009F,$01087FFF,$007D0108,$01727FFF,$007F0172,$01DB7FFF,$008001DB,$020F7FFF,$7FFF0000};
  126.     Shown is false; Cursor is oEarthCursor; 
  127.     X is 133; Y is 128; 
  128.     Width is 534; Height is 130; 
  129.     
  130.     
  131.     Events is [
  132.         cMouseUpEvent
  133.         with Flags is $00004004; Flag is true; 
  134.             Commands is [
  135.                 cLaunchCommand
  136.                 with Flags is $00004004; URL is "http://www.allocine.fr"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  137.             ];
  138.         end
  139.     ];
  140. end;
  141.  
  142. object oInternet9 is cBox
  143. with 
  144.     Flags is $00000150; 
  145.     Name is "Internet"; 
  146.     Region is {$FFFF015C,$000B0000,$007F0098,$000B008C,$00917FFF,$000C0080,$008C7FFF,$000D0074,$00807FFF,$000E0068,$00747FFF,$000F005C,$00680091,$00927FFF,$00100050,$005C7FFF,$00110043,$00507FFF,$00120037,$00437FFF,$0013002B,$00377FFF,$0014001F,$002B7FFF,$00150013,$001F7FFF,$00160007,$00137FFF,$00170000,$00077FFF,$00180092,$00937FFF,$001B0000,$00017FFF,$00210093,$00947FFF,$00270001,$00027FFF,$002A0094,$00957FFF,$00320002,$00037FFF,$00340095,$00967FFF,$003D0096,$00977FFF,$003E0003,$00047FFF,$00460097,$00987FFF,$004A0004,$00057FFF,$00550005,$00067FFF,$00610006,$00077FFF,$006D0007,$00087FFF,$0072008D,$00987FFF,$00730083,$008D7FFF,$00740078,$00837FFF,$0075006E,$00787FFF,$00760063,$006E7FFF,$00770059,$00637FFF,$00780008,$0009004E,$00597FFF,$00790044,$004E7FFF,$007A0039,$00447FFF,$007B002F,$00397FFF,$007C0024,$002F7FFF,$007D001A,$00247FFF,$007E000F,$001A7FFF,$007F0009,$000F7FFF,$7FFF0000};
  147.     Shown is false; Cursor is oEarthCursor; 
  148.     X is 316; Y is 266; 
  149.     Width is 152; Height is 128; 
  150.     
  151.     
  152.     Events is [
  153.         cMouseUpEvent
  154.         with Flags is $00000004; Flag is true; 
  155.             Commands is [
  156.                 cLaunchCommand
  157.                 with Flags is $00000004; URL is "http://www.allocine.fr"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  158.             ];
  159.         end
  160.     ];
  161. end;
  162.  
  163. object oInternet7 is cBox
  164. with 
  165.     Flags is $00000150; 
  166.     Name is "Internet"; 
  167.     Region is {$FFFF0044,$00000000,$001F0091,$00000026,$00907FFF,$00010000,$00267FFF,$00070000,$00017FFF,$000E0090,$00917FFF,$00160001,$00027FFF,$001E0002,$004A7FFF,$001F004A,$00917FFF,$7FFF0000};
  168.     Shown is false; Cursor is oEarthCursor; 
  169.     X is 522; Y is 459; 
  170.     Width is 147; Height is 32; 
  171.     
  172.     
  173.     Events is [
  174.         cMouseUpEvent
  175.         with Flags is $00000004; Flag is true; 
  176.             Commands is [
  177.                 cLaunchCommand
  178.                 with Flags is $00000004; URL is "http://www.allocine.fr"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  179.             ];
  180.         end
  181.     ];
  182. end;